.clearfix:before,
.clearfix:after {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.pub-btn {
    display: inline-block;
    vertical-align: middle
}

.text-eps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pub-btn.btn-default::before,
.pub-btn.btn-border-primary::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0
}

.pub-btn.btn-default::before,
.pub-btn.btn-border-primary::before {
    position: absolute;
    width: 0;
    height: 0;
    content: ''
}

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu,
article {
    margin: 0;
    padding: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
select {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
label {
    font-size: 100%
}

ul,
ol,
li {
    list-style: none
}

img,
fieldset,
input[type="submit"] {
    border: none
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    cursor: pointer;
    border: none
}

input,
textarea {
    border: 0;
    outline: none;
    width: 100%;
    padding-left: 5px;
    -webkit-appearance: none
}

select {
    border: 0;
    width: 100%
}

input {
    border-radius: 0
}

textarea {
    border-radius: 0;
    line-height: 1.5;
    word-wrap: break-word;
    resize: none;
    height: auto
}

select::-ms-expand {
    display: none
}

::-ms-check {
    display: none
}

a {
    outline: none;
    text-decoration: none;
    color: #333
}

a:hover {
    color: #1E649F
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

html,
input,
textarea {
    color: #333;
    font-family: '\5FAE\8F6F\96C5\9ED1', Helvetica, arial
}

body {
    background-color: #f0f0f0;
    color: #333;
    font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', Helvetica, arial;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none
}

input[disabled],
textarea[disabled] {
    background-color: transparent;
    color: #000;
    opacity: 1
}

.placeholder {
    color: #666
}

.hide {
    display: none !important
}

.hidden {
    visibility: hidden !important
}

.overflow-hidden {
    overflow: hidden !important
}

.pos-r {
    position: relative !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml10 {
    margin-left: 10px !important
}

.pub-green-bg {
    background-color: #47b48a !important
}

.pub-blue-bg {
    background-color: #25b6ed !important
}

.pub-orange-bg {
    background-color: #f40 !important
}

.pub-gray-bg {
    background-color: #ddd !important
}

.pub-orange-text {
    color: #f40 !important
}

.pub-red-text {
    color: #e52f3c !important
}

.pub-gray-text {
    color: #aaa !important
}

.pub-theme-text {
    color: #1E649F !important
}

.border-bottom {
    border-bottom: 1px solid #aaa
}

.border-radius-gray {
    border: 1px solid #aaa;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.tit {
    font-size: 20px;
    margin-bottom: 20px
}

.pub-btn {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap
}

.pub-btn.disabled {
    background-color: #eee !important;
    color: #999 !important
}

.pub-btn.btn-block {
    width: 100%
}

.pub-btn.btn-normal {
    font-size: 14px;
    padding: 6px 12px
}

.pub-btn.btn-lg {
    font-size: 14px;
    padding: 10px 20px
}

.pub-btn.btn-sm {
    font-size: 12px;
    padding: 6px 8px
}

.pub-btn.btn-default {
    color: #1E649F;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background: linear-gradient(top, #fff, #f5f5f5);
    position: relative
}

.pub-btn.btn-default::before {
    border-radius: 8px;
    z-index: 5;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-width: .01rem;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.pub-btn.btn-primary {
    background-color: #1E649F;
    color: #fff
}

.pub-btn.btn-success {
    background-color: #47b48a;
    color: #fff
}

.pub-btn.btn-danger {
    background-color: #e52f3c;
    color: #fff
}

.pub-btn.btn-invaild {
    background-color: #aaa;
    color: #fff
}

.pub-btn.btn-border-primary {
    color: #1E649F;
    position: relative
}

.pub-btn.btn-border-primary::before {
    border-radius: 8px;
    z-index: 5;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-width: .01rem;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.pub-icon {
    position: absolute;
    display: block;
    top: 50%
}

@font-face {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    src: url("../../public/fonts/icomoon.eot");
    src: url("../../public/fonts/icomoon.eot?#iefix") format("eot"), url("../../public/fonts/icomoon.svg#icomoon") format("svg"), url("../../public/fonts/icomoon.woff") format("woff"), url("../../public/fonts/icomoon.ttf") format("truetype")
}

[class^="icon-svg-"],
[class*=" icon-svg-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-svg-search:before {
    content: "\e908"
}

.icon-svg-circle-right:before {
    content: "\e905"
}

.icon-svg-circle-left:before {
    content: "\e907"
}

.icon-svg-circle-down:before {
    content: "\e906"
}

.icon-svg-circle-up:before {
    content: "\e904"
}

.icon-svg-arrow-right:before {
    content: "\e90c"
}

.icon-svg-arrow-left:before {
    content: "\e90e"
}

.icon-svg-arrow-down:before {
    content: "\e90d"
}

.icon-svg-arrow-up:before {
    content: "\e90b"
}

.icon-svg-video-play:before {
    content: "\e909"
}

.icon-svg-star-full:before {
    content: "\e910"
}

.icon-svg-qrcode:before {
    content: "\e90f"
}

.icon-svg-home:before {
    content: "\e913"
}

.icon-svg-qq:before {
    content: "\e916"
}

[class^="icon-png-"],
[class*=" icon-png-"] {
    background: url(/public/images/icon/zs_icon.png) no-repeat
}

.icon-png-more {
    background-position: -153px -802px;
    width: 30px;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    right: 0
}

.icon-png-yiqixiu {
    background-position: -122px -198px;
    width: 64px;
    height: 64px
}

.icon-png-query {
    background-position: -122px 0px;
    width: 64px;
    height: 64px
}

.icon-png-status {
    background-position: -122px -66px;
    width: 64px;
    height: 64px
}

.icon-png-plan {
    background-position: -122px -132px;
    width: 64px;
    height: 64px
}

.icon-png-fBtn {
    width: 72px;
    position: absolute;
    top: 50%;
    height: 72px;
    margin-top: 10px
}

.icon-png-fBtn.prev {
    background-position: -0 -0;
    left: 0
}

.icon-png-fBtn.prev:hover {
    background-position: -0 -144px
}

.icon-png-fBtn.next {
    background-position: -0 -72px;
    right: 0
}

.icon-png-fBtn.next:hover {
    background-position: -0 -216px
}

.icon-png-fBtn-gray {
    width: 50px;
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px
}

.icon-png-fBtn-gray.prev {
    background-position: -0 -432px;
    left: 0
}

.icon-png-fBtn-gray.next {
    background-position: -75px -432px;
    right: 0
}

.icon-png-right {
    background-position: -122px -264px;
    width: 64px;
    height: 64px
}

.icon-png-left {
    background-position: -122px -330px;
    width: 64px;
    height: 64px
}

button,
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    border: none;
    cursor: pointer
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    width: 13px;
    height: 13px
}

/*# sourceMappingURL=global.css.map */